SLEEPONEXIT=SLEEPONEXIT_0, SLEEPDEEP=SLEEPDEEP_0, SEVONPEND=SEVONPEND_0
System Control Register
SLEEPONEXIT | Indicates sleep-on-exit when returning from Handler mode to Thread mode 0 (SLEEPONEXIT_0): o not sleep when returning to Thread mode 1 (SLEEPONEXIT_1): enter sleep, or deep sleep, on return from an ISR |
SLEEPDEEP | Controls whether the processor uses sleep or deep sleep as its low power mode 0 (SLEEPDEEP_0): sleep 1 (SLEEPDEEP_1): deep sleep |
SEVONPEND | Send Event on Pending bit 0 (SEVONPEND_0): only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded 1 (SEVONPEND_1): enabled events and all interrupts, including disabled interrupts, can wakeup the processor |